<?xml version="1.0"?>
<component name="org.nuxeo.runtime.datasource.server.contrib.override">

  <require>org.nuxeo.runtime.datasource.server.contrib</require>

  <?xml version='1.0' encoding='UTF-8'?>
<extension point="datasources" target="org.nuxeo.runtime.datasource">
    <datasource accessToUnderlyingConnectionAllowed="true" cacheState="false" driverClassName="org.h2.Driver" maxTotal="100" maxWaitMillis="1000" minTotal="5" name="jdbc/nuxeo" password="********" url="jdbc:h2:/var/lib/nuxeo/h2/nuxeo;DB_CLOSE_ON_EXIT=false;MODE=LEGACY" username="sa" validationQuery="">********</datasource>
  </extension>

</component>
